home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2410 / 2410.xpi / chrome / skin / modern / foxmarks.css < prev    next >
Cascading Style Sheet File  |  2010-01-28  |  5KB  |  180 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. treechildren::-moz-tree-twisty(foxmarks) {
  4.   list-style-image: none;
  5.   width: 0px !important;
  6.   height: 0px !important;
  7.   margin: 0px 0px;
  8. }
  9.  
  10. treechildren::-moz-tree-twisty(foxmarks, open) {
  11.   list-style-image: none;
  12.   width: 0px !important;
  13.   height: 0px !important;
  14.   margin: 0px 0px;
  15. }
  16.  
  17. treechildren::-moz-tree-separator(foxmarks) {
  18.   border-top: 1px solid ThreeDShadow;
  19.   border-bottom: 1px solid ThreeDHighlight;
  20. }
  21.  
  22. #foxmarks-placesmenu {
  23.     list-style-image: url(chrome://foxmarks/skin/images/foxmarks_bug.png);
  24. }
  25.  
  26. #bookmark-window toolbarbutton#foxmarks-bm-sync {
  27.     list-style-image: url(chrome://foxmarks/skin/images/foxmarks-default.png);
  28. }
  29.  
  30. #bookmark-window toolbarbutton#foxmarks-bm-sync:hover {
  31.     list-style-image: url(chrome://foxmarks/skin/images/foxmarks-hover.png);
  32. }
  33.  
  34. #bookmark-window toolbarbutton#foxmarks-bm-sync:hover:active {
  35.     list-style-image: url(chrome://foxmarks/skin/images/foxmarks-active.png);
  36.  
  37.  
  38. /* Preferences Styles */
  39. #foxmarks-settings .manual-overwrite-button {
  40.         min-width: 110px;
  41. }
  42.  
  43. #foxmarks-settings .mainpane-button {
  44.         min-width: 120px;
  45. }
  46.  
  47. #foxmarks-settings .manage-profile-button {
  48.         min-width: 150px;
  49. }
  50. #foxmarks-settings #onlyFF3 {
  51.     margin-top: 8px;
  52. }
  53.  
  54.  
  55. /* Overriding styles from
  56.         http://lxr.mozilla.org/mozilla1.8.0/source/browser/themes/pinstripe/browser/preferences/preferences.css
  57. */
  58. #foxmarks-settings .paneSelector {
  59.         /* ours */
  60.         background: url("chrome://foxmarks/skin/images/pane-selector-bg.png") repeat 0px #2C4676;
  61.         background-color: #2C4676;
  62.         padding: 0;
  63.  
  64.         /* theirs */
  65.         /*list-style-image: url("chrome://browser/skin/preferences/Options.png");*/
  66.         /*padding: 0 5px;*/
  67.         /*border-bottom: 1px solid #a3a3a3;*/
  68.         /*background: url("chrome://global/skin/toolbar/toolbar-pinstripe-overlay.png") repeat;*/
  69.         margin: 0;
  70. }
  71. .macosx .paneSelector {
  72.         /* ours */
  73.         background: url("chrome://foxmarks/skin/images/pane-selector-macosx-bg.png") repeat 0px !important;
  74.         border-bottom: 1px solid #A3A3A3;
  75. }
  76.  
  77. #foxmarks-settings .paneSelector radio {
  78.         /* ours */
  79.         color: white !important;
  80.         padding: 3px 0 1px 0;
  81.         min-width: 80px;
  82.  
  83.         /* theirs */
  84.         /*border-right: 1px solid transparent;*/
  85.         /*border-left: 1px solid transparent;*/
  86.         /*padding: 3px 0 3px 0;*/
  87.         margin: 0;
  88.         -moz-appearance: none !important;
  89. }
  90.  
  91. #foxmarks-settings.macosx .paneSelector radio {
  92.     /* ours */
  93.         color: black !important;
  94. }
  95.  
  96. /*
  97. #foxmarks-settings #foxmarks-syncpane{
  98.   background: url("chrome://foxmarks/skin/images/security-icon-bg.png") no-repeat 324px bottom;
  99. }
  100. #foxmarks-settings.macosx  #foxmarks-syncpane{
  101.   background: url("chrome://foxmarks/skin/images/security-icon-bg.png") no-repeat 392px  212px;
  102. }
  103. */
  104.  
  105. #foxmarks-settings .paneSelector radio[pane]:hover {
  106.         /* ours */
  107.         background: url("chrome://foxmarks/skin/images/pane-selector-bg-hover.png") repeat 0px #2F4979;
  108.         min-width: 80px;
  109. }
  110. .macosx .paneSelector radio[pane]:hover {
  111.         /* ours */
  112.         background: url("chrome://foxmarks/skin/images/pane-selector-macosx-bg.png") repeat 0px #DDD !important;
  113. }
  114.  
  115. #foxmarks-settings radio[pane][selected="true"],
  116. #foxmarks-settings radio[pane][selected="true"]:hover {
  117.         /* ours */
  118.         background: url("chrome://foxmarks/skin/images/pane-selector-bg-selected.png") repeat 0px;
  119.         color: black !important;
  120.         min-width: 80px;
  121.  
  122.         /* theirs */
  123.         /*background-color: #DDDDDD;*/
  124.         /*background-image: none;*/
  125.         /*border-right: 1px solid #b9b9b9;*/
  126.         /*border-left: 1px solid #b9b9b9;*/
  127.         /*color: ButtonText !important;*/
  128. }
  129. #foxmarks-settings.macosx radio[pane][selected="true"],
  130. #foxmarks-settings.macosx radio[pane][selected="true"]:hover {
  131.     /* ours */
  132.         background: url("chrome://foxmarks/skin/images/pane-selector-macosx-bg-sel.png") repeat 0px !important;
  133.         border: 1px solid #B9B9B9;
  134.         border-width: 0 1px;
  135. }
  136.  
  137. .ps_bkgnd {
  138.      width: 200px;
  139.      height: 4px;
  140.      background-color: #999;
  141.      margin-left: 6px;
  142. }
  143.  
  144. #passwordmeter {
  145.     height: 4px;
  146.     width: 0px;
  147.     background-color: green;
  148. }
  149.  
  150. #passwordStrength {
  151.     font-weight: bold;
  152. }
  153.  
  154. .secureSync {
  155.     background: url("chrome://foxmarks/skin/images/security-icon-bg.png") top right no-repeat;
  156.     margin-top: -46px;
  157.     padding-top: 46px;
  158. }
  159.  
  160. .secureDialog {
  161.     background: url("chrome://foxmarks/skin/images/security-icon-bg.png") top right no-repeat;
  162. }
  163.  
  164. #foxmarks-menuitem {
  165.     list-style-image: url('chrome://foxmarks/skin/images/foxmarks_bug.png');
  166. }
  167.  
  168. xmarks-review-stars {
  169.     -moz-binding: url('chrome://foxmarks/content/review.xml#xmarks-review-stars');
  170. }
  171. xmarks-review-status {
  172.     -moz-binding: url('chrome://foxmarks/content/review.xml#xmarks-review-status');
  173. }
  174.  
  175. xmarks-review {
  176.     -moz-binding: url('chrome://foxmarks/content/review.xml#xmarks-review');
  177. }
  178.  
  179.